Nevron .NET Vision
Nevron.Dom Namespace / NElementHistoryService Class / RecordAttributeStateChange Method / RecordAttributeStateChange(String,INElement,String,String[],String) Method
operation description
element to which the attribute belongs
full name of the attribute
element attribute field names, whose values to record
optional hint, which the attribute can receive when this operation is redone or undone


In This Topic
    RecordAttributeStateChange(String,INElement,String,String[],String) Method
    In This Topic
    Records an element attribute state change operation (records the only the state of the specified element attribute fields)
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub RecordAttributeStateChange( _
       ByVal desc As System.String, _
       ByVal element As INElement, _
       ByVal attributeName As System.String, _
       ByVal fieldNames() As System.String, _
       ByVal hint As System.String _
    ) 
    'Usage
     
    
    Dim instance As NElementHistoryService
    Dim desc As System.String
    Dim element As INElement
    Dim attributeName As System.String
    Dim fieldNames() As System.String
    Dim hint As System.String
     
    instance.RecordAttributeStateChange(desc, element, attributeName, fieldNames, hint)
    public virtual void RecordAttributeStateChange( 
       System.string desc,
       INElement element,
       System.string attributeName,
       System.string[] fieldNames,
       System.string hint
    )

    Parameters

    desc
    operation description
    element
    element to which the attribute belongs
    attributeName
    full name of the attribute
    fieldNames
    element attribute field names, whose values to record
    hint
    optional hint, which the attribute can receive when this operation is redone or undone
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also